I have just setup isc-dhcp on my server. I even setup the correct interface. But still the dhcp server won't boot. Its says Not configured to listen on any ...
DHCPd should bind to all interfaces that it has subnet definitions for. So if it has only definitions for the 192.168.4/24 subnet, then it should only bind to ...
Edit the file /etc/sysconfig/dhcpd and make sure that there is a line like: DHCPDARGS=eth0; if eth0 is the interface you want your DHCP server to listen on.
You need to manually assign an address to at least one of the test interfaces, this is the one that the DHCP server will bind to and then hand out addresses to ...